home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 December / CHIP Aralık 1996.iso / prog / backpack / demodata / dep_dir / shared.dxr / 00925_go the frame.ls < prev    next >
Encoding:
Text File  |  1995-08-30  |  138 b   |  8 lines

  1. on exitFrame
  2.   global CHN, K1, J
  3.   if not (the soundBusy of CHN) then
  4.     sound playFile CHN, FixPath(J, K1)
  5.   end if
  6.   go(the frame)
  7. end
  8.